home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Programming / PPCSmallEiffel / lib_show / cecil / example3 / cecil.se < prev    next >
Encoding:
Text File  |  1998-01-16  |  268 b   |  9 lines

  1. -- The name of the include C file :
  2. eiffel.h
  3. -- The features you want to call from C :
  4. array_of_animal_item    ARRAY[ANIMAL]    item
  5. array_of_animal_lower    ARRAY[ANIMAL]    lower
  6. array_of_animal_upper    ARRAY[ANIMAL]    upper
  7. cry            ANIMAL        cry
  8. string_to_external    STRING        to_external
  9.